HighContrast: Fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Apr 2019 23:54:10 +0000 (23:54 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 18 Apr 2019 00:13:48 +0000 (00:13 +0000)
The new css parser complains about an unknown pseudo-class
here.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk-contained.css

index e98c7324c13a1b2e063da4739aaa983195cd648a..809d781558c85917070fe656deb87cdc070e0a9f 100644 (file)
@@ -3295,7 +3295,7 @@ colorswatch {
                 inset 0 -1px transparentize(black, 0.6);
   }
   &:backdrop,
-  &:backdrop:selectedi,
+  &:backdrop:selected,
   &.dark:backdrop,
   &.dark:backdrop:selected {
     background-image: none;
index ded0353672bbb83e07ad67721aad1fdc316b54a5..8d791def493a260ed48c9fa49e5334361f31bb01 100644 (file)
@@ -1470,7 +1470,7 @@ colorswatch:only-child > overlay { border-radius: 5px; }
 
 colorswatch.activatable:hover, colorswatch.activatable:hover:selected { background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%); box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), inset 0 -1px rgba(0, 0, 0, 0.4); }
 
-colorswatch:backdrop, colorswatch:backdrop:selectedi, colorswatch.dark:backdrop, colorswatch.dark:backdrop:selected { background-image: none; box-shadow: none; }
+colorswatch:backdrop, colorswatch:backdrop:selected, colorswatch.dark:backdrop, colorswatch.dark:backdrop:selected { background-image: none; box-shadow: none; }
 
 colorswatch.dark { color: white; border: 1px solid rgba(0, 0, 0, 0.3); }